home *** CD-ROM | disk | FTP | other *** search
/ The Arsenal Files 8 / The Arsenal Files Collection #8 (Arsenal Computer) (1996).ISO / dosutils / tsbat50.zip / RULER.BAT < prev    next >
DOS Batch File  |  1991-07-09  |  342b  |  13 lines

  1. @echo off
  2.  
  3. rem Ruler by Prof. Timo Salmi 9-Jul-91
  4. rem This simple batch helps to pinpoint the columns of the screen by
  5. rem displaying a ruler. The batch uses ansi escape sequences to avoid
  6. rem excessive scrolling.
  7.  
  8. echo A
  9. echo 123456789 123456789 123456789 123456789 123456789 123456789 123456789 123456789
  10. echo A
  11.  
  12. echo on
  13.